net/http.http2http2Config.MaxDecoderHeaderTableSize (field)
8 uses
net/http (current package)
h2_bundle.go#L1052: MaxDecoderHeaderTableSize uint32
h2_bundle.go#L1070: MaxDecoderHeaderTableSize: h2.MaxDecoderHeaderTableSize,
h2_bundle.go#L1091: MaxDecoderHeaderTableSize: h2.MaxDecoderHeaderTableSize,
h2_bundle.go#L1122: http2setDefault(&conf.MaxDecoderHeaderTableSize, 1, math.MaxUint32, http2initialHeaderTableSize)
h2_bundle.go#L1161: conf.MaxDecoderHeaderTableSize = uint32(h2.MaxDecoderHeaderTableSize)
h2_bundle.go#L4475: fr.ReadMetaHeaders = hpack.NewDecoder(conf.MaxDecoderHeaderTableSize, nil)
h2_bundle.go#L4920: {http2SettingHeaderTableSize, conf.MaxDecoderHeaderTableSize},
h2_bundle.go#L8130: maxHeaderTableSize := conf.MaxDecoderHeaderTableSize
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)